home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / System 7.5 Update 2.0 / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Objects / Database Properties < prev    next >
Encoding:
Text File  |  1996-01-25  |  266 b   |  10 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of first database
  3.     best type of database -2
  4.     default type of database "Test1"
  5.     access of database 2
  6.     name of database 2
  7.     name of current layout of database 2
  8.     ID of current record of first database
  9.     lock of database 2
  10. end tell